home *** CD-ROM | disk | FTP | other *** search
/ Champak 28 / Volume 28 - JOGO DISK .iso / Games / 2k_urnet_cup_racing.swf / scripts / DefineButton2_18 / BUTTONCONDACTION on(press).as
Text File  |  2006-09-05  |  157b  |  12 lines

  1. on(press){
  2.    play();
  3.    tellTarget("/youguess")
  4.    {
  5.       gotoAndStop(5);
  6.    }
  7.    red = "0";
  8.    yellow = "0";
  9.    blue = "0";
  10.    green = "10";
  11. }
  12.